]> git.deb.at Git - pkg/beep.git/commitdiff
Add recommended targets build-arch/build-indep to debian/rules
authorGerfried Fuchs <rhonda@debian.org>
Fri, 2 Mar 2012 18:29:45 +0000 (19:29 +0100)
committerGerfried Fuchs <rhonda@debian.org>
Fri, 2 Mar 2012 18:29:45 +0000 (19:29 +0100)
debian/changelog
debian/rules

index 6f0343cc7a8532eaedd2bcf9e4a024dac8946f1c..d463120f63def5c3dda5f6bdf5f43c4dde49466c 100644 (file)
@@ -6,6 +6,7 @@ beep (1.3-2) unstable; urgency=low
     - Polish by Michał Kułach (closes: #659367)
     - Italian by Beatrice Torracca (closes: #660233)
   * Bump Standards-Version to 3.9.3.
+  * Add recommended targets build-arch/build-indep to debian/rules.
 
  -- 
 
index bdd2d62d1617e1f482551d97eb2a792741c7f355..c9d5385f998375577e4532daa3f364c0bed1ffc4 100755 (executable)
@@ -38,7 +38,9 @@ clean: unpatch
        [ ! -f beep ] || $(MAKE) clean
 
 
-build: build-stamp
+build: build-arch
+build-arch: build-stamp
+build-indep:
 build-stamp: patch
        $(checkdir)
        $(MAKE) FLAGS="$(FLAGS)"